-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wire up Redfish inventory collector #17393
Conversation
Marking WIP as it depends on the provider actually being migrated to ManageIQ. @miq-bot add_label wip |
2f8d5df
to
eb0ec68
Compare
@miq-bot remove_label wip |
Bugzilla reference: https://bugzilla.redhat.com/show_bug.cgi?id=1574808 |
Are the two changes independent? If they are, I suggest you create two PRs. |
eb0ec68
to
de86563
Compare
@gberginc Changes in commits are related, but not dependent, so I split the pull request into two parts. This pull request now on simply registers refresh worker that will handle inventory update jobs. Pull request #17392 must be merged before this pull request, because it references classes, defined in Redfish provider. |
@miq-bot add_label wip Apart from the dependency on another PR, this looks fine! |
de86563
to
d3a964a
Compare
Checked commit xlab-si@d3a964a with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@miq-bot assign @gtanzillo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Commits in this pull request add collection for physical servers and register refresh worker that will handle refresh requests.
/cc @gberginc @gtanzillo @Fryguy